set Auto Start
Sets whether this control should start its operation automatically after #initialize(Module) initialization.
If enabled (set to true}), the control's play or operational logic should begin immediately after its initialization phase is complete. If disabled (set to false}), the control will wait for an explicit call to #start() before becoming active.
Sets whether the clock should start updating automatically.Parameters
flag
true
to enable auto-start, false
to disable. Currently, this method has no effect as isAutoStart always returns true and the start mechanism isn't directly tied to an internal 'autoStart' field that this method would modify.